home *** CD-ROM | disk | FTP | other *** search
- #import <appkit/SelectionCell.h>
- @interface ListCell:SelectionCell
- {
- NXCoord ascender, descender, lineHeight;
- BOOL controlDragEnabled;
- }
- - init;
-
- - setFont:fontObj;
-
- // must subclass the following it get proper cell drawing.
- - drawInside:(const NXRect *)cellFrame inView:controlView;
-
- - setControlDragEnabled:(BOOL) aBool;
- - (BOOL)controlDragEnabled;
- @end
-
-